-
Notifications
You must be signed in to change notification settings - Fork 565
First stab at a prototype for revamping the download instructions page #1287
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🚀 Regression report for commit 909539d is at https://web-php-regression-report-pr-1287.preview.thephp.foundation |
🚀 Preview for commit 909539d can be found at https://web-php-pr-1287.preview.thephp.foundation |
a12c8bb
to
8afa96c
Compare
1d55dfc
to
29a7634
Compare
29a7634
to
54114c1
Compare
c0a7eda
to
29774dc
Compare
a156285
to
6254fd6
Compare
@@ -2,5 +2,5 @@ | |||
On the command line, run the following commands: | |||
</p> | |||
<pre><code class="language-powershell line-numbers"> | |||
powershell -c "irm https://php.net/downloads/install.ps1 <?= $version; ?> | iex" | |||
powershell -c "& ([ScriptBlock]::Create((irm 'https://php.net/install/windows.ps1'))) -Version <?= $version; ?>" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be https://www.php.net/install/windows.ps1
to avoid redirects. I'm also thinking that instead of install
, the directory should be include/download-instructions
, like the other files.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've fixed the domain part of this now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, we can change the directory to include/download-instructions, my thought on adding the install directory was it will be short and would have recall value.
This was merged after a rebase. |
No description provided.